home *** CD-ROM | disk | FTP | other *** search
/ The Body Language - 48 Kinds of Fuck / The Body Language - 48 Kinds of Fuck.iso / mac / DATA / M13 / 00047_Script_47 < prev    next >
Text File  |  1995-08-07  |  178b  |  12 lines

  1. on exitFrame
  2.   if rollover(3) then 
  3.     go"SM"
  4.     
  5.   else if rollover(18) then 
  6.     go"QUIT"
  7.      else if rollover(20) then 
  8.     go"RTN"
  9.   else
  10.     go"S"
  11.   end if
  12. end